[java-parent-project] branch main updated: Update janino to 3.1.6
Ian Young
ian at iay.org.uk
Mon Mar 28 15:33:59 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=2b2d55f194c7c7064aae504ad42392af69fd2fb5
The following commit(s) were added to refs/heads/main by this push:
new 2b2d55f Update janino to 3.1.6
2b2d55f is described below
commit 2b2d55f194c7c7064aae504ad42392af69fd2fb5
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 17 17:50:05 2022 +0000
Update janino to 3.1.6
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 14c62eb..e92c346 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
<jakarta.jaxb-impl.version>2.3.6</jakarta.jaxb-impl.version>
<jakarta.json.version>1.1.6</jakarta.json.version>
<jakarta.mail.version>1.6.7</jakarta.mail.version>
+ <janino.version>3.1.6</janino.version>
<jetty.groupId>org.eclipse.jetty</jetty.groupId>
<joda-time.version>2.10.14</joda-time.version>
<jsoup.version>1.14.3</jsoup.version>
@@ -330,7 +331,7 @@
<!-- needed for logback SMTP appender -->
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
- <version>3.1.3</version>
+ <version>${janino.version}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list