Skip to content

Commit 161db5e

Browse files
build(deps-dev): bump org.springframework:spring-context from 6.1.2 to 6.1.3 (#2293)
* build(deps-dev): bump org.springframework:spring-context Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.2...v6.1.3) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update pom.xml license year --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin <velo@users.noreply.github.com>
1 parent 62169bb commit 161db5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2023 The Feign Authors
4+
Copyright 2012-2024 The Feign Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.springframework</groupId>
5454
<artifactId>spring-context</artifactId>
55-
<version>6.1.2</version>
55+
<version>6.1.3</version>
5656
<scope>test</scope>
5757
</dependency>
5858

0 commit comments

Comments
 (0)