Skip to content

Commit aa97537

Browse files
committed
. e ran mvn versions:use-latest-versions
1 parent 3a36ebb commit aa97537

File tree

7 files changed

+21
-20
lines changed

7 files changed

+21
-20
lines changed

approvaltests-tests/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>jakarta.servlet</groupId>
1717
<artifactId>jakarta.servlet-api</artifactId>
18-
<version>5.0.0</version>
18+
<version>6.1.0</version>
1919
<optional>true</optional>
2020
</dependency>
2121
<dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter</artifactId>
49-
<version>5.10.2</version>
49+
<version>5.11.0</version>
5050
</dependency>
5151

5252
<dependency>
@@ -87,12 +87,12 @@
8787
<dependency>
8888
<groupId>com.google.code.gson</groupId>
8989
<artifactId>gson</artifactId>
90-
<version>2.10.1</version>
90+
<version>2.11.0</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.fasterxml.jackson.core</groupId>
9494
<artifactId>jackson-annotations</artifactId>
95-
<version>2.17.1</version>
95+
<version>2.17.2</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>com.fasterxml.jackson.core</groupId>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>commons-logging</groupId>
120120
<artifactId>commons-logging</artifactId>
121-
<version>1.3.3</version>
121+
<version>1.3.4</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.sun.mail</groupId>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Error:com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 23 path $.infos.address
2+
See https://github.com/google/gson/blob/main/Troubleshooting.md#malformed-json
23
Json:
3-
{"infos":{address:my address,"phone":"my phone"},"insurance":{"forks":[14,53,123],"prices":[5,8,"3%"]}}
4+
{"infos":{address:my address,"phone":"my phone"},"insurance":{"forks":[14,53,123],"prices":[5,8,"3%"]}}

approvaltests-util-tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.junit.jupiter</groupId>
1717
<artifactId>junit-jupiter</artifactId>
18-
<version>5.10.2</version>
18+
<version>5.11.0</version>
1919
<scope>test</scope>
2020
</dependency>
2121
<dependency>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>jakarta.servlet</groupId>
2929
<artifactId>jakarta.servlet-api</artifactId>
30-
<version>5.0.0</version>
30+
<version>6.1.0</version>
3131
<optional>true</optional>
3232
</dependency>
3333
<dependency>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.code.gson</groupId>
4646
<artifactId>gson</artifactId>
47-
<version>2.10.1</version>
47+
<version>2.11.0</version>
4848
<optional>true</optional>
4949
</dependency>
5050
<dependency>

approvaltests-util/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>jakarta.servlet</groupId>
2323
<artifactId>jakarta.servlet-api</artifactId>
24-
<version>5.0.0</version>
24+
<version>6.1.0</version>
2525
<optional>true</optional>
2626
</dependency>
2727
<dependency>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.code.gson</groupId>
4747
<artifactId>gson</artifactId>
48-
<version>2.10.1</version>
48+
<version>2.11.0</version>
4949
<optional>true</optional>
5050
</dependency>
5151
<dependency>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.junit.jupiter</groupId>
6565
<artifactId>junit-jupiter</artifactId>
66-
<version>5.10.2</version>
66+
<version>5.11.0</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

approvaltests/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.testng</groupId>
3030
<artifactId>testng</artifactId>
31-
<version>7.5.1</version>
31+
<version>7.10.2</version>
3232
<optional>true</optional>
3333
</dependency>
3434
<dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.code.gson</groupId>
4848
<artifactId>gson</artifactId>
49-
<version>2.10.1</version>
49+
<version>2.11.0</version>
5050
<scope>compile</scope>
5151
<optional>true</optional>
5252
</dependency>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>jakarta.servlet</groupId>
8282
<artifactId>jakarta.servlet-api</artifactId>
83-
<version>5.0.0</version>
83+
<version>6.1.0</version>
8484
<optional>true</optional>
8585
</dependency>
8686
<dependency>
@@ -100,20 +100,20 @@
100100
<dependency>
101101
<groupId>org.junit.jupiter</groupId>
102102
<artifactId>junit-jupiter-api</artifactId>
103-
<version>5.10.3</version>
103+
<version>5.11.0</version>
104104
<scope>compile</scope>
105105
<optional>true</optional>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.junit.jupiter</groupId>
109109
<artifactId>junit-jupiter</artifactId>
110-
<version>5.10.2</version>
110+
<version>5.11.0</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.junit.jupiter</groupId>
115115
<artifactId>junit-jupiter-engine</artifactId>
116-
<version>5.10.3</version>
116+
<version>5.11.0</version>
117117
<scope>test</scope>
118118
</dependency>
119119
<dependency>

counter_display/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.junit.jupiter</groupId>
2323
<artifactId>junit-jupiter</artifactId>
24-
<version>5.10.2</version>
24+
<version>5.11.0</version>
2525
<scope>test</scope>
2626
</dependency>
2727
</dependencies>

html_locker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.junit.jupiter</groupId>
3333
<artifactId>junit-jupiter</artifactId>
34-
<version>5.10.2</version>
34+
<version>5.11.0</version>
3535
<scope>test</scope>
3636
</dependency>
3737

0 commit comments

Comments
 (0)