File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ LABEL \
2020COPY --chown=1001:0 src/main/liberty/config /config/
2121RUN features.sh
2222COPY --chown=1001:0 target/guide-sessions.war /config/apps
23- COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.6 .jar /opt/ol/wlp/usr/shared/resources
23+ COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.6.0 .jar /opt/ol/wlp/usr/shared/resources
2424
2525RUN configure.sh
Original file line number Diff line number Diff line change 9292 <dependency >
9393 <groupId >com.hazelcast</groupId >
9494 <artifactId >hazelcast</artifactId >
95- <version >5.5 .0</version >
95+ <version >5.6 .0</version >
9696 </dependency >
9797 </dependencyGroup >
9898 </copyDependencies >
Original file line number Diff line number Diff line change 3737 <!-- tag::library[] -->
3838 <library id =" jCacheVendorLib" >
3939 <!-- tag::hazelcastjar[] -->
40- <file name =" ${shared.resource.dir}/hazelcast-5.3.6 .jar" />
40+ <file name =" ${shared.resource.dir}/hazelcast-5.6.0 .jar" />
4141 <!-- end::hazelcastjar[] -->
4242 </library >
4343 <!-- end::library[] -->
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ LABEL \
1919COPY --chown=1001:0 src/main/liberty/config /config/
2020RUN features.sh
2121COPY --chown=1001:0 target/guide-sessions.war /config/apps
22- COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.6 .jar /opt/ol/wlp/usr/shared/resources
22+ COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.6.0 .jar /opt/ol/wlp/usr/shared/resources
2323
2424RUN configure.sh
Original file line number Diff line number Diff line change 9292 <dependency >
9393 <groupId >com.hazelcast</groupId >
9494 <artifactId >hazelcast</artifactId >
95- <version >5.5 .0</version >
95+ <version >5.6 .0</version >
9696 </dependency >
9797 </dependencyGroup >
9898 </copyDependencies >
You can’t perform that action at this time.
0 commit comments