Skip to content

Commit c131c4f

Browse files
committed
Update to pug4j 2.3.0
1 parent 57d88e0 commit c131c4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Just add following dependency definitions to your `pom.xml`.
8989
<dependency>
9090
<groupId>de.neuland-bfi</groupId>
9191
<artifactId>spring-pug4j</artifactId>
92-
<version>3.1.0</version>
92+
<version>3.3.0</version>
9393
</dependency>
9494
```
9595

@@ -103,7 +103,7 @@ Just add following dependency definitions to your `pom.xml`.
103103

104104
The MIT License
105105

106-
Copyright (C) 2012-2023 [neuland Büro für Informatik](http://www.neuland-bfi.de/), Bremen, Germany
106+
Copyright (C) 2012-2025 [neuland Büro für Informatik](http://www.neuland-bfi.de/), Bremen, Germany
107107

108108
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
109109

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.neuland-bfi</groupId>
55
<artifactId>spring-pug4j</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.3.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>spring-pug4j</name>
99
<description>Spring interface to the Pug4J compiler (formerly known as spring-jade4j)</description>
@@ -68,7 +68,7 @@
6868
<commons-io.version>2.14.0</commons-io.version>
6969
<junit.version>4.13.2</junit.version>
7070
<mockito-core.version>5.6.0</mockito-core.version>
71-
<pug4j.version>2.2.0</pug4j.version>
71+
<pug4j.version>2.3.0</pug4j.version>
7272
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
7373
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
7474
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>

0 commit comments

Comments
 (0)