Skip to content

Commit 388ec3a

Browse files
committed
Fix a issue with random-user-agent library
1 parent af4cbe1 commit 388ec3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.sezinkarli</groupId>
4949
<artifactId>random-user-agent-generator</artifactId>
50-
<version>1.1</version>
50+
<version>1.3</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>dev.failsafe</groupId>
@@ -86,7 +86,7 @@
8686
<artifactId>spring-boot-maven-plugin</artifactId>
8787
<configuration>
8888
<image>
89-
<name>ghcr.io/tutorialwork/kleinanzeigen-ads-renewer:${version}</name>
89+
<name>ghcr.io/tutorialwork/kleinanzeigen-ads-renewer:${project.version}</name>
9090
<buildpacks>
9191
<buildpack>paketobuildpacks/java</buildpack>
9292
</buildpacks>

0 commit comments

Comments
 (0)