Skip to content

Commit dc066c3

Browse files
authored
Merge pull request #1474 from jooby-project/bump
version bump
2 parents 3970438 + 3e9f542 commit dc066c3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
<!-- Parser and Renderer -->
2222
<freemarker.version>2.3.29</freemarker.version>
2323
<handlebars.version>4.1.2</handlebars.version>
24-
<pebble.version>3.1.1</pebble.version>
24+
<pebble.version>3.1.2</pebble.version>
2525
<jackson.version>2.10.1</jackson.version>
26-
<jackson-databind.version>2.10.0</jackson-databind.version>
2726
<rocker.version>1.2.2</rocker.version>
2827

2928
<!-- data -->
@@ -32,7 +31,7 @@
3231
<log4jdbc.version>1.2</log4jdbc.version>
3332
<h2.version>1.4.200</h2.version>
3433
<hibernate.version>5.4.10.Final</hibernate.version>
35-
<jdbi.version>3.11.1</jdbi.version>
34+
<jdbi.version>3.12.0</jdbi.version>
3635
<flyway.version>6.1.1</flyway.version>
3736
<graphql-java.version>13.0</graphql-java.version>
3837

@@ -45,7 +44,7 @@
4544

4645
<!-- logging -->
4746
<logback-classic.version>1.2.3</logback-classic.version>
48-
<log4j.version>2.12.1</log4j.version>
47+
<log4j.version>2.13.0</log4j.version>
4948
<slf4j.version>1.7.29</slf4j.version>
5049

5150
<!-- util -->
@@ -64,7 +63,7 @@
6463
<boringssl.version>2.0.27.Final</boringssl.version>
6564

6665
<!-- Reactive -->
67-
<rxjava.version>2.2.15</rxjava.version>
66+
<rxjava.version>2.2.16</rxjava.version>
6867
<reactor.version>3.3.1.RELEASE</reactor.version>
6968

7069
<!-- javax -->
@@ -82,8 +81,8 @@
8281
<unbescape.version>1.1.6.RELEASE</unbescape.version>
8382

8483
<!-- Kotlin -->
85-
<kotlin.version>1.3.60</kotlin.version>
86-
<kotlinx-coroutines-core.version>1.3.2</kotlinx-coroutines-core.version>
84+
<kotlin.version>1.3.61</kotlin.version>
85+
<kotlinx-coroutines-core.version>1.3.3</kotlinx-coroutines-core.version>
8786

8887
<!-- Test dependencies -->
8988
<jacoco.version>0.8.5</jacoco.version>
@@ -417,7 +416,7 @@
417416
<dependency>
418417
<groupId>com.fasterxml.jackson.core</groupId>
419418
<artifactId>jackson-databind</artifactId>
420-
<version>${jackson-databind.version}</version>
419+
<version>${jackson.version}</version>
421420
</dependency>
422421

423422
<dependency>

0 commit comments

Comments
 (0)