Skip to content

Commit

Permalink
Merge pull request #1457 from joynr/dependabot_updates_1
Browse files Browse the repository at this point in the history
[Java] Dependency updates

Reviewed-by: thomasreuterpartner <[email protected]>
Reviewed-by: guidoostkamppartner <[email protected]>
  • Loading branch information
zuul[bot] authored and GitHub Enterprise committed Feb 16, 2023
2 parents f00285e + fb1f20d commit 2eb064c
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
16 changes: 8 additions & 8 deletions android/dependency-lock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,43 +265,43 @@
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
Expand Down Expand Up @@ -595,7 +595,7 @@
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<type>jar</type>
<version>3.39.3.0</version>
<version>3.40.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions android/joynr-android-binder-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencies {
if (devEnv.toBoolean()) {

// JOYNR JAVA JAVAAPI
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.8'

//JAVA COMMON INFRASTRUCTURE
Expand All @@ -142,7 +142,7 @@ dependencies {
compileOnly 'javax:javaee-api:7.0'

api 'org.slf4j:slf4j-api:1.7.28'
api 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
api 'com.fasterxml.jackson.core:jackson-databind:2.14.2'

} else {

Expand Down
18 changes: 9 additions & 9 deletions dependency-lock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,43 +233,43 @@
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<type>jar</type>
<version>4.1.86.Final</version>
<version>4.1.87.Final</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
Expand Down Expand Up @@ -785,7 +785,7 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<type>jar</type>
<version>42.5.0</version>
<version>42.5.3</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand All @@ -809,7 +809,7 @@
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<type>jar</type>
<version>3.39.3.0</version>
<version>3.40.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions examples/radio-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.3</version>
<version>2.14.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.3</version>
<version>2.14.2</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.0</version>
<version>42.5.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
-->
<jersey.version>1.19.4</jersey.version>
<jackson.version>2.14.2</jackson.version>
<netty.version>4.1.86.Final</netty.version>
<netty.version>4.1.87.Final</netty.version>
<guice.version>5.1.0</guice.version>
<jetty.version>11.0.11</jetty.version>
<tycho.version>0.24.0</tycho.version>
Expand Down Expand Up @@ -820,7 +820,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.0</version>
<version>42.5.3</version>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
Expand Down Expand Up @@ -968,7 +968,7 @@
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<type>jar</type>
<version>3.39.3.0</version>
<version>3.40.1.0</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
Expand Down Expand Up @@ -1670,7 +1670,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.4</version>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tools/generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.19.0-GA</version>
<version>3.29.2-GA</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit 2eb064c

Please sign in to comment.