Skip to content

Commit 9693620

Browse files
committed
AUT-2138 Update dependency versions
1 parent f0ff897 commit 9693620

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.6</version>
9+
<version>3.3.9</version>
1010
<relativePath/><!-- Lookup parent from repository. -->
1111
</parent>
1212

@@ -31,7 +31,8 @@
3131

3232
<logstash-logback-encoder.version>8.0</logstash-logback-encoder.version>
3333
<bootstrap.version>4.5.3</bootstrap.version> <!-- TODO AUT-1499 update from 4.5.x to version 5.x.x -->
34-
<wiremock.version>3.9.2</wiremock.version>
34+
<wiremock.version>3.12.0</wiremock.version>
35+
<logback.version>1.5.12</logback.version> <!-- TODO AUT-2145 Newer Logback version requires resolving "Invalid [pattern]" error regarding "#asLong{%property{PID}}" logback-spring.xml configuration and resolving https://logback.qos.ch/manual/filters.html#JaninoEventEvaluator -->
3536
</properties>
3637

3738
<dependencies><!-- Ordered by scope, groupId, artifactId. -->

0 commit comments

Comments
 (0)