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 2121 <dependency >
2222 <groupId >org.apache.maven</groupId >
2323 <artifactId >maven-plugin-api</artifactId >
24- <version >3.6.0 </version >
24+ <version >3.6.1 </version >
2525 </dependency >
2626 <dependency >
2727 <groupId >org.apache.maven.plugin-tools</groupId >
Original file line number Diff line number Diff line change 4545# default: weblogic-deploy.zip
4646#
4747# 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
4949#
5050# https_proxy Proxy for downloading WDT_INSTALL_ZIP_URL.
5151# default: "http://www-proxy-hqdc.us.oracle.com:80"
@@ -74,7 +74,7 @@ WDT_VAR_FILE=${WDT_VAR_FILE:-"$SCRIPTPATH/create-domain-inputs.yaml"}
7474WDT_DIR=${WDT_DIR:-/ shared/ wdt}
7575
7676WDT_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 " }
7878
7979# using "-" instead of ":-" in case proxy vars are explicitly set to "".
8080https_proxy=${https_proxy-" " }
Original file line number Diff line number Diff line change 203203 <dependency >
204204 <groupId >com.kjetland</groupId >
205205 <artifactId >mbknor-jackson-jsonschema_2.12</artifactId >
206- <version >1.0.33 </version >
206+ <version >1.0.34 </version >
207207 </dependency >
208208 </dependencies >
209209
Original file line number Diff line number Diff line change 180180 <dependency >
181181 <groupId >net.sourceforge.pmd</groupId >
182182 <artifactId >pmd-java</artifactId >
183- <version >6.8 .0</version >
183+ <version >6.13 .0</version >
184184 </dependency >
185185 </dependencies >
186186 </plugin >
575575 <maven-site-plugin-version >3.7.1</maven-site-plugin-version >
576576 <maven-surefire-plugin-version >3.0.0-M3</maven-surefire-plugin-version >
577577 <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 >
579579 <maven-release-plugin-version >2.5.3</maven-release-plugin-version >
580580 <maven-javadoc-plugin-version >3.1.0</maven-javadoc-plugin-version >
581581 <maven-failsafe-plugin-version >3.0.0-M3</maven-failsafe-plugin-version >
You can’t perform that action at this time.
0 commit comments