Skip to content

Commit f2bf13a

Browse files
committed
Merge branch 'july-psus' into 'main'
Adding support for July 2024 PSUs See merge request weblogic-cloud/weblogic-deploy-tooling!1723
2 parents 16b7373 + c04c7ae commit f2bf13a

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Server.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,10 @@
12341234
],
12351235
"WantAuthnRequestsSigned": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "WantAuthnRequestsSigned", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
12361236
"WantBasicAuthClientAuthentication": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "WantBasicAuthClientAuthentication", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
1237-
"WantResponsesSigned": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "WantResponsesSigned", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
1237+
"WantResponsesSigned": [
1238+
{"version": "[12.2.1.4.0.240704,14.1.1)", "wlst_mode": "both", "wlst_name": "WantResponsesSigned", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" },
1239+
{"version": "[14.1.1.0.0.240628,)", "wlst_mode": "both", "wlst_name": "WantResponsesSigned", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" }
1240+
],
12381241
"WantTransportLayerSecurityClientAuthentication": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "WantTransportLayerSecurityClientAuthentication", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ] },
12391242
"wlst_attributes_path": "WP001",
12401243
"wlst_paths": {

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ServerTemplate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,10 @@
12441244
],
12451245
"WantAuthnRequestsSigned": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "WantAuthnRequestsSigned", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
12461246
"WantBasicAuthClientAuthentication": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "WantBasicAuthClientAuthentication", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
1247-
"WantResponsesSigned": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "WantResponsesSigned", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
1247+
"WantResponsesSigned": [
1248+
{"version": "[12.2.1.4.0.240704,14.1.1)", "wlst_mode": "both", "wlst_name": "WantResponsesSigned", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" },
1249+
{"version": "[14.1.1.0.0.240628,)", "wlst_mode": "both", "wlst_name": "WantResponsesSigned", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" }
1250+
],
12481251
"WantTransportLayerSecurityClientAuthentication": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "WantTransportLayerSecurityClientAuthentication", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ] },
12491252
"wlst_attributes_path": "WP001",
12501253
"wlst_paths": {

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-failsafe-plugin</artifactId>
205-
<version>3.3.0</version>
205+
<version>3.3.1</version>
206206
<configuration>
207207
<groups>${test.groups}</groups>
208208
</configuration>
@@ -228,7 +228,7 @@
228228
<plugin>
229229
<groupId>org.apache.maven.plugins</groupId>
230230
<artifactId>maven-release-plugin</artifactId>
231-
<version>3.1.0</version>
231+
<version>3.1.1</version>
232232
</plugin>
233233
<plugin>
234234
<groupId>org.apache.maven.plugins</groupId>
@@ -238,7 +238,7 @@
238238
<plugin>
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-surefire-plugin</artifactId>
241-
<version>3.3.0</version>
241+
<version>3.3.1</version>
242242
</plugin>
243243
<plugin>
244244
<groupId>io.rhpatrick.mojo</groupId>

tools/crd-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</parent>
1717

1818
<properties>
19-
<jackson-version>2.17.1</jackson-version>
19+
<jackson-version>2.17.2</jackson-version>
2020
</properties>
2121

2222
<dependencies>

0 commit comments

Comments
 (0)