Skip to content

Commit 958b667

Browse files
github-actions[bot]actions-userdnestoro
authored
Update supported library versions (#630)
* org.apache.activemq:activemq-client:5.19.0 * org.apache.activemq:activemq-client:5.18.7 * org.eclipse.jetty:jetty-client:12.0.13 * org.eclipse.jetty:jetty-client:12.0.6 * org.eclipse.jetty:jetty-client:12.0.11 * org.eclipse.jetty:jetty-client:12.0.2 * org.eclipse.jetty:jetty-client:12.0.12 * org.eclipse.jetty:jetty-client:12.0.17 * org.eclipse.jetty:jetty-client:12.1.0.alpha0 * org.eclipse.jetty:jetty-client:12.0.15 * org.eclipse.jetty:jetty-client:12.0.5 * io.netty:netty-transport:4.2.0.Alpha3 * org.eclipse.jetty:jetty-client:12.0.10 * org.eclipse.jetty:jetty-client:12.1.0.alpha2 * io.netty:netty-transport:4.2.0.RC1 * org.eclipse.jetty:jetty-client:12.0.7 * org.eclipse.jetty:jetty-client:12.0.14 * org.eclipse.jetty:jetty-server:12.1.0.alpha2 * org.eclipse.jetty:jetty-client:12.0.0.beta1 * org.eclipse.jetty:jetty-client:12.0.8 * org.eclipse.jetty:jetty-client:12.0.16 * io.grpc:grpc-core:1.72.0 * org.eclipse.jetty:jetty-client:12.0.1 * org.eclipse.jetty:jetty-client:12.0.0 * org.mockito:mockito-core:5.16.1 * org.eclipse.jetty:jetty-client:12.0.0.beta3 * org.eclipse.jetty:jetty-client:12.0.20 * org.eclipse.jetty:jetty-client:12.0.4 * org.eclipse.jetty:jetty-client:12.0.3 * org.eclipse.jetty:jetty-client:12.1.0.alpha1 * org.eclipse.jetty:jetty-client:12.0.9 * org.eclipse.jetty:jetty-client:12.0.19 * org.eclipse.jetty:jetty-client:12.0.18 * org.mockito:mockito-core:5.17.0 * Add missing new lines at the end of the files --------- Co-authored-by: Github Actions <actions@github.com> Co-authored-by: David Nestorovic <david.nestorovic@oracle.com>
1 parent 98f35d2 commit 958b667

File tree

6 files changed

+45
-11
lines changed

6 files changed

+45
-11
lines changed

metadata/io.grpc/grpc-core/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"1.69.0",
66
"1.69.1",
77
"1.70.0",
8-
"1.71.0"
8+
"1.71.0",
9+
"1.72.0"
910
],
1011
"latest" : true,
1112
"override" : true,

metadata/io.netty/netty-transport/index.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"4.1.115.Final",
66
"4.1.116.Final",
77
"4.2.0.Alpha1",
8-
"4.2.0.Alpha2"
8+
"4.2.0.Alpha2",
9+
"4.2.0.Alpha3",
10+
"4.2.0.RC1"
911
],
1012
"latest" : true,
1113
"override" : true,

metadata/org.apache.activemq/activemq-client/index.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"5.18.3",
88
"5.18.4",
99
"5.18.5",
10-
"5.18.6"
10+
"5.18.6",
11+
"5.18.7",
12+
"5.19.0"
1113
],
1214
"latest" : true,
1315
"module" : "org.apache.activemq:activemq-client"

metadata/org.eclipse.jetty/jetty-client/index.json

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,37 @@
11
[
22
{
3-
"latest": true,
4-
"metadata-version": "12.0.0.beta0",
5-
"module": "org.eclipse.jetty:jetty-client",
6-
"tested-versions": [
7-
"12.0.0.beta0"
8-
]
3+
"metadata-version" : "12.0.0.beta0",
4+
"tested-versions" : [
5+
"12.0.0.beta0",
6+
"12.0.0.beta1",
7+
"12.0.0.beta3",
8+
"12.0.0",
9+
"12.0.1",
10+
"12.0.2",
11+
"12.0.3",
12+
"12.0.4",
13+
"12.0.5",
14+
"12.0.6",
15+
"12.0.7",
16+
"12.0.8",
17+
"12.0.9",
18+
"12.0.10",
19+
"12.0.11",
20+
"12.0.12",
21+
"12.0.13",
22+
"12.0.14",
23+
"12.0.15",
24+
"12.0.16",
25+
"12.0.17",
26+
"12.0.18",
27+
"12.0.19",
28+
"12.0.20",
29+
"12.1.0.alpha0",
30+
"12.1.0.alpha1",
31+
"12.1.0.alpha2"
32+
],
33+
"latest" : true,
34+
"module" : "org.eclipse.jetty:jetty-client"
935
},
1036
{
1137
"metadata-version" : "11.0.12",

metadata/org.eclipse.jetty/jetty-server/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"12.0.15",
2020
"12.0.16",
2121
"12.1.0.alpha0",
22-
"12.1.0.alpha1"
22+
"12.1.0.alpha1",
23+
"12.1.0.alpha2"
2324
],
2425
"latest" : true,
2526
"module" : "org.eclipse.jetty:jetty-server"

metadata/org.mockito/mockito-core/index.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"5.14.1",
2323
"5.14.2",
2424
"5.15.2",
25-
"5.16.0"
25+
"5.16.0",
26+
"5.16.1",
27+
"5.17.0"
2628
],
2729
"latest" : true,
2830
"module" : "org.mockito:mockito-core"

0 commit comments

Comments
 (0)