Skip to content

Commit 2b72649

Browse files
chore(deps): upgraded netty and other dependencies (#284)
Co-authored-by: Paulo Gomes da Cruz Junior <paulushc@gmail.com>
1 parent 900ec88 commit 2b72649

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Builder
22
FROM ghcr.io/graalvm/native-image:ol9-java17-22.3.3 AS build
33

4-
# Receiving app version
4+
# App version
55
ARG APP_VERSION=0.0.1
66

77
# Copy

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.3</version>
10-
<relativePath/>
9+
<version>3.4.3</version>
10+
<relativePath />
1111
</parent>
1212

1313
<groupId>ca.bc.gov</groupId>
@@ -414,7 +414,7 @@
414414
<plugin>
415415
<groupId>org.apache.maven.plugins</groupId>
416416
<artifactId>maven-checkstyle-plugin</artifactId>
417-
<version>3.6.0</version>
417+
<version>3.6.0</version>
418418
<configuration>
419419
<skip>${checkstyle.skip}</skip>
420420
<configLocation>google_checks.xml</configLocation>
@@ -436,7 +436,7 @@
436436
<plugin>
437437
<groupId>org.cyclonedx</groupId>
438438
<artifactId>cyclonedx-maven-plugin</artifactId>
439-
<version>2.9.1</version>
439+
<version>2.9.1</version>
440440
<executions>
441441
<execution>
442442
<phase>validate</phase>
@@ -509,4 +509,4 @@
509509
</profile>
510510
</profiles>
511511

512-
</project>
512+
</project>

0 commit comments

Comments
 (0)