[java-idp-jetty-base] branch 12 updated: Bump parent version and logback version to match Jetty 12.0.8
Tom Zeller
tzeller at dragonacea.biz
Wed May 1 21:51:54 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 12
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=157c8084311727a0e6830500eb205735701e1fd8
The following commit(s) were added to refs/heads/12 by this push:
new 157c808 Bump parent version and logback version to match Jetty 12.0.8
157c808 is described below
commit 157c8084311727a0e6830500eb205735701e1fd8
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 1 16:51:44 2024 -0500
Bump parent version and logback version to match Jetty 12.0.8
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c50c106..2bb09bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.1.2-SNAPSHOT</version>
+ <version>17.1.3-SNAPSHOT</version>
</parent>
<name>idp-jetty-base</name>
@@ -18,7 +18,7 @@
<properties>
<assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
- <logback.version>1.4.14</logback.version>
+ <logback.version>1.5.3</logback.version>
</properties>
<dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list