Skip to content

Commit d9dd352

Browse files
author
Bogdan Mocanu
committed
Dependabot alert 1, 2 - Update most dependencies to their latest versions. Remove an outdated logback padding configuration
1 parent b5c9f2d commit d9dd352

4 files changed

Lines changed: 23 additions & 27 deletions

File tree

mid-java-client-rest/src/test/resources/logback.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<appender name="Console" class="ch.qos.logback.core.ConsoleAppender">
66
<encoder>
7-
<pattern>%d{ISO8601} %-5level [%t] %C{1.}: %msg%n%throwable</pattern>
7+
<pattern>%d{ISO8601} %-5level [%t] %C: %msg%n%throwable</pattern>
88
</encoder>
99
</appender>
1010

@@ -20,4 +20,4 @@
2020
<logger name="ch.swisscom.mid.client.protocol" level="debug"/>
2121
<logger name="ch.swisscom.mid.client.requestResponse" level="debug"/>
2222

23-
</configuration>
23+
</configuration>

mid-java-client-soap/src/test/resources/logback.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<appender name="Console" class="ch.qos.logback.core.ConsoleAppender">
66
<encoder>
7-
<pattern>%d{ISO8601} %-5level [%t] %C{1.}: %msg%n%throwable</pattern>
7+
<pattern>%d{ISO8601} %-5level [%t] %C: %msg%n%throwable</pattern>
88
</encoder>
99
</appender>
1010

@@ -20,4 +20,4 @@
2020
<logger name="ch.swisscom.mid.client.protocol" level="debug"/>
2121
<logger name="ch.swisscom.mid.client.requestResponse" level="debug"/>
2222

23-
</configuration>
23+
</configuration>

mid-java-client-usage/src/main/resources/logback.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<appender name="Console" class="ch.qos.logback.core.ConsoleAppender">
66
<encoder>
7-
<pattern>%d{ISO8601} %highlight(%-5level) [%blue(%t)] %yellow(%C{1.}): %msg%n%throwable</pattern>
7+
<pattern>%d{ISO8601} %highlight(%-5level) [%blue(%t)] %yellow(%C): %msg%n%throwable</pattern>
88
</encoder>
99
</appender>
1010

@@ -20,4 +20,4 @@
2020
<logger name="ch.swisscom.mid.client.requestResponse" level="debug"/>
2121
<logger name="ch.swisscom.mid.client.fullRequestResponse" level="warn"/>
2222

23-
</configuration>
23+
</configuration>

pom.xml

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,27 @@
4343
<dependency>
4444
<groupId>org.slf4j</groupId>
4545
<artifactId>slf4j-api</artifactId>
46-
<version>1.7.36</version>
46+
<version>2.0.3</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>ch.qos.logback</groupId>
5050
<artifactId>logback-classic</artifactId>
51-
<version>1.2.11</version>
51+
<version>1.4.4</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
56-
<version>2.13.3</version>
56+
<version>2.14.0-rc2</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-core</artifactId>
61-
<version>2.13.3</version>
61+
<version>2.14.0-rc2</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-annotations</artifactId>
66-
<version>2.13.3</version>
66+
<version>2.14.0-rc2</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.httpcomponents.client5</groupId>
@@ -73,12 +73,12 @@
7373
<dependency>
7474
<groupId>org.apache.commons</groupId>
7575
<artifactId>commons-pool2</artifactId>
76-
<version>2.9.0</version>
76+
<version>2.11.1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>commons-io</groupId>
8080
<artifactId>commons-io</artifactId>
81-
<version>2.7</version>
81+
<version>2.11.0</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.sun.xml.ws</groupId>
@@ -110,25 +110,25 @@
110110
<dependency>
111111
<groupId>org.junit.jupiter</groupId>
112112
<artifactId>junit-jupiter-api</artifactId>
113-
<version>5.6.2</version>
113+
<version>5.9.1</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.junit.jupiter</groupId>
118118
<artifactId>junit-jupiter-engine</artifactId>
119-
<version>5.6.2</version>
119+
<version>5.9.1</version>
120120
<scope>test</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.mockito</groupId>
124124
<artifactId>mockito-core</artifactId>
125-
<version>3.5.2</version>
125+
<version>4.8.1</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.mockito</groupId>
130130
<artifactId>mockito-junit-jupiter</artifactId>
131-
<version>3.5.2</version>
131+
<version>4.8.1</version>
132132
<scope>test</scope>
133133
</dependency>
134134
<dependency>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.hamcrest</groupId>
142142
<artifactId>hamcrest-library</artifactId>
143-
<version>1.3</version>
143+
<version>2.2</version>
144144
<scope>test</scope>
145145
</dependency>
146146
</dependencies>
@@ -149,21 +149,17 @@
149149
<build>
150150
<pluginManagement>
151151
<plugins>
152-
<plugin>
153-
<artifactId>maven-war-plugin</artifactId>
154-
<version>3.2.3</version>
155-
</plugin>
156152
<plugin>
157153
<artifactId>maven-source-plugin</artifactId>
158154
<version>3.2.1</version>
159155
</plugin>
160156
<plugin>
161157
<artifactId>maven-dependency-plugin</artifactId>
162-
<version>3.1.1</version>
158+
<version>3.3.0</version>
163159
</plugin>
164160
<plugin>
165161
<artifactId>maven-compiler-plugin</artifactId>
166-
<version>3.8.1</version>
162+
<version>3.10.1</version>
167163
</plugin>
168164
<plugin>
169165
<artifactId>maven-surefire-plugin</artifactId>
@@ -181,7 +177,7 @@
181177
<plugin>
182178
<groupId>org.apache.maven.plugins</groupId>
183179
<artifactId>maven-javadoc-plugin</artifactId>
184-
<version>3.2.0</version>
180+
<version>3.4.1</version>
185181
</plugin>
186182
<plugin>
187183
<groupId>org.codehaus.mojo</groupId>
@@ -199,12 +195,12 @@
199195
<plugin>
200196
<groupId>org.sonatype.plugins</groupId>
201197
<artifactId>nexus-staging-maven-plugin</artifactId>
202-
<version>1.6.8</version>
198+
<version>1.6.13</version>
203199
</plugin>
204200
<plugin>
205201
<groupId>org.apache.maven.plugins</groupId>
206202
<artifactId>maven-gpg-plugin</artifactId>
207-
<version>1.6</version>
203+
<version>3.0.1</version>
208204
</plugin>
209205
</plugins>
210206
</pluginManagement>

0 commit comments

Comments
 (0)