We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46575c commit c2305c1Copy full SHA for c2305c1
2 files changed
README.md
@@ -82,7 +82,7 @@ Just add following dependency definitions to your `pom.xml`.
82
<dependency>
83
<groupId>de.neuland-bfi</groupId>
84
<artifactId>spring-pug4j</artifactId>
85
- <version>3.4.0</version>
+ <version>3.4.1</version>
86
</dependency>
87
```
88
pom.xml
@@ -83,7 +83,7 @@
<commons-io.version>2.18.0</commons-io.version>
<junit.version>4.13.2</junit.version>
<mockito-core.version>5.6.0</mockito-core.version>
- <pug4j.version>2.4.0</pug4j.version>
+ <pug4j.version>2.4.1</pug4j.version>
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
89
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
0 commit comments