Skip to content

Commit eb7b089

Browse files
Update all non-major maven dependencies
1 parent 5832dd1 commit eb7b089

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>shared-resources</artifactId>
14-
<version>2.0.3</version>
14+
<version>2.0.4</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Java shared resources</name>
@@ -42,26 +42,26 @@
4242
<dependency>
4343
<groupId>org.springframework.boot</groupId>
4444
<artifactId>spring-boot</artifactId>
45-
<version>2.7.5</version>
45+
<version>2.7.17</version>
4646
<scope>provided</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>net.logstash.logback</groupId>
5050
<artifactId>logstash-logback-encoder</artifactId>
51-
<version>7.2</version>
51+
<version>7.4</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.codehaus.janino</groupId>
5555
<artifactId>janino</artifactId>
56-
<version>3.1.9</version>
56+
<version>3.1.10</version>
5757
</dependency>
5858
</dependencies>
5959

6060
<build>
6161
<plugins>
6262
<plugin>
6363
<artifactId>maven-remote-resources-plugin</artifactId>
64-
<version>3.0.0</version>
64+
<version>3.1.0</version>
6565
<executions>
6666
<execution>
6767
<goals>

0 commit comments

Comments
 (0)