Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8203525

Browse files
committed
Bump library versions
1 parente347526 commit8203525

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

‎build.gradle‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ allprojects {
4848

4949
// Auto force all of our explicit dependencies.
5050
libs.each {k,v-> force(v) }
51-
force('io.reactivex:rxjava:1.1.2')
52-
force('com.google.code.gson:gson:2.6.2')
5351
force('commons-logging:commons-logging:1.2')
52+
force('com.google.code.findbugs:jsr305:3.0.2')
5453

5554
// cache dynamic versions for 10 minutes
5655
cacheDynamicVersionsFor10*60,'seconds'

‎gradle/dependencies.gradle‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
// {{start:dependencies}}
22
ext {
33
versions= [
4-
jackson :'2.9.2',// Json Serializer / Deserializer
5-
okhttp :'3.9.0',// HTTP Client
4+
jackson :'2.9.7',// Json Serializer / Deserializer
5+
okhttp :'3.11.0',// HTTP Client
66
slf4j :'1.7.25',// Logging
77
logback :'1.2.3',// Logging
8-
undertow :'1.4.20.Final',// Webserver
9-
metrics :'4.0.2',// Metrics
10-
guava :'23.3-jre',// Common / Helper libraries
11-
typesafeConfig :'1.3.2',// Configuration
12-
handlebars :'4.0.6',// HTML templating
13-
htmlCompressor :'1.4',// HTML compression
14-
hikaricp :'2.7.2',// JDBC connection pool
8+
undertow :'2.0.13.Final',// Webserver
9+
metrics :'4.0.3',// Metrics
10+
guava :'26.0-jre',// Common / Helper libraries
11+
typesafeConfig :'1.3.3',// Configuration
12+
handlebars :'4.1.0',// HTML templating
13+
htmlCompressor :'1.5.2',// HTML compression
14+
hikaricp :'3.2.0',// JDBC connection pool
1515
jool :'0.9.12',// Functional Utils
1616
hsqldb :'2.3.4',// In memory SQL db
17-
aws :'1.11.221',// AWS Java SDK
18-
flyway :'4.2.0',// DB migrations
17+
aws :'1.11.419',// AWS Java SDK
18+
flyway :'5.1.4',// DB migrations
1919
connectorj :'5.1.44',// JDBC MYSQL driver
2020
jooq :'3.11.2',// jOOQ
2121
hashids :'1.0.3',// Id hashing
22-
failsafe :'1.0.4',// retry and circuit breakers
23-
jsoup :'1.10.3',// DOM parsing library
24-
lombok :'1.16.18',// Code gen
22+
failsafe :'1.1.0',// retry and circuit breakers
23+
jsoup :'1.11.3',// DOM parsing library
24+
lombok :'1.18.2',// Code gen
2525
sitemapgen4j :'1.0.6',// Sitemap generator for SEO
2626
jbcrypt :'0.4',// BCrypt salted hashing library
2727

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp