Skip to content

Commit

Permalink
Bump SpringFramework to 5.3.27
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina committed Jun 2, 2023
1 parent c8e15f1 commit aef33b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ovirt-dependencies -- oVirt 3rd party dependencies

????-??-?? - Version 4.5.2
????-??-?? - Version 4.5.3
* Bump SpringFramework to 5.3.27

2022-05-10 - Version 4.5.2
* Dependencies fetched using maven
* Maven pom introduced
* Bump Spring Framework to 5.3.19
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ JAVADIR=$(DATAROOTDIR)/java
APPJAVADIR=$(JAVADIR)/$(PACKAGE_NAME)

# dependencies start
SPRING_VERSION=5.3.19
SPRING_VERSION=5.3.27
GWT_VERSION=2.9.0
# dependencies stop

Expand Down
4 changes: 2 additions & 2 deletions conf.d/springframework.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DESCRIPTION="Spring Framework"
HOME="http://projects.spring.io/spring-framework/"
LICENSE="ASL 2.0"
COPYRIGHT="Copyright 2002-2017 the original author or authors"
VERSION="5.3.19"
VERSION="5.3.27"

ARTIFACT0="spring-aop.jar"
ARTIFACT1="spring-aop.pom"
Expand All @@ -27,5 +27,5 @@ ARTIFACT18="spring-jcl.jar"
ARTIFACT19="spring-jcl.pom"

VERIFIER="Martin Perina"
VERIFY_DATE="20220503"
VERIFY_DATE="20230601"
OVIRT_VERSIONS="4.5"

0 comments on commit aef33b3

Please sign in to comment.