File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/wdt Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
<dependency >
22
22
<groupId >org.apache.maven</groupId >
23
23
<artifactId >maven-plugin-api</artifactId >
24
- <version >3.6.0 </version >
24
+ <version >3.6.1 </version >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >org.apache.maven.plugin-tools</groupId >
Original file line number Diff line number Diff line change 45
45
# default: weblogic-deploy.zip
46
46
#
47
47
# WDT_INSTALL_ZIP_URL URL for downloading WDT install zip
48
- # default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.17 /$WDT_INSTALL_ZIP_FILE
48
+ # default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.24 /$WDT_INSTALL_ZIP_FILE
49
49
#
50
50
# https_proxy Proxy for downloading WDT_INSTALL_ZIP_URL.
51
51
# default: "http://www-proxy-hqdc.us.oracle.com:80"
@@ -74,7 +74,7 @@ WDT_VAR_FILE=${WDT_VAR_FILE:-"$SCRIPTPATH/create-domain-inputs.yaml"}
74
74
WDT_DIR=${WDT_DIR:-/ shared/ wdt}
75
75
76
76
WDT_INSTALL_ZIP_FILE=" ${WDT_INSTALL_ZIP_FILE:- weblogic-deploy.zip} "
77
- WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:- " https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.17 /$WDT_INSTALL_ZIP_FILE " }
77
+ WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:- " https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.24 /$WDT_INSTALL_ZIP_FILE " }
78
78
79
79
# using "-" instead of ":-" in case proxy vars are explicitly set to "".
80
80
https_proxy=${https_proxy-" " }
Original file line number Diff line number Diff line change 203
203
<dependency >
204
204
<groupId >com.kjetland</groupId >
205
205
<artifactId >mbknor-jackson-jsonschema_2.12</artifactId >
206
- <version >1.0.33 </version >
206
+ <version >1.0.34 </version >
207
207
</dependency >
208
208
</dependencies >
209
209
Original file line number Diff line number Diff line change 180
180
<dependency >
181
181
<groupId >net.sourceforge.pmd</groupId >
182
182
<artifactId >pmd-java</artifactId >
183
- <version >6.8 .0</version >
183
+ <version >6.13 .0</version >
184
184
</dependency >
185
185
</dependencies >
186
186
</plugin >
575
575
<maven-site-plugin-version >3.7.1</maven-site-plugin-version >
576
576
<maven-surefire-plugin-version >3.0.0-M3</maven-surefire-plugin-version >
577
577
<maven-checkstyle-plugin-version >3.0.0</maven-checkstyle-plugin-version >
578
- <maven-pmd-plugin-version >3.11 .0</maven-pmd-plugin-version >
578
+ <maven-pmd-plugin-version >3.12 .0</maven-pmd-plugin-version >
579
579
<maven-release-plugin-version >2.5.3</maven-release-plugin-version >
580
580
<maven-javadoc-plugin-version >3.1.0</maven-javadoc-plugin-version >
581
581
<maven-failsafe-plugin-version >3.0.0-M3</maven-failsafe-plugin-version >
You can’t perform that action at this time.
0 commit comments