Skip to content

Commit

Permalink
Dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lassetyr committed Nov 1, 2023
1 parent bcaf207 commit 4cfc62e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<metrics.version>3.2.3</metrics.version>
<entur.helpers.version>2.1</entur.helpers.version>
<geotools.version>29.0</geotools.version>
<avro.version>1.11.2</avro.version>
<avro.version>1.11.3</avro.version>

<log4j2.version>2.20.0</log4j2.version>
<confluent-kafka.version>7.4.1</confluent-kafka.version>
Expand Down Expand Up @@ -207,18 +207,18 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4cfc62e

Please sign in to comment.