From 04fdae689eaf60d5f2e49684ffb7fff683c958af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:30:54 +0100 Subject: [PATCH 1/4] Bump org.redisson:redisson from 3.26.0 to 3.26.1 (#233) Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.26.0 to 3.26.1. - [Release notes](https://github.com/redisson/redisson/releases) - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) - [Commits](https://github.com/redisson/redisson/compare/redisson-3.26.0...redisson-3.26.1) --- updated-dependencies: - dependency-name: org.redisson:redisson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bucket4j-spring-boot-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket4j-spring-boot-starter/pom.xml b/bucket4j-spring-boot-starter/pom.xml index 86b8796c..83d9b598 100644 --- a/bucket4j-spring-boot-starter/pom.xml +++ b/bucket4j-spring-boot-starter/pom.xml @@ -17,7 +17,7 @@ UTF-8 UTF-8 17 - 3.26.0 + 3.26.1 2.16.0 From 65a1cf8d5fbd9dd9b2b0a533123021e4af0f8445 Mon Sep 17 00:00:00 2001 From: Lukas <69643163+LukaLike@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:32:51 +0200 Subject: [PATCH 2/4] Fix typo in README (#234) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 3ab6005b..a0410ca2 100644 --- a/README.adoc +++ b/README.adoc @@ -266,7 +266,7 @@ To differentiate incoming request you can provide an expression which is used as The expression uses the https://docs.spring.io/spring/docs/current/spring-framework-reference/html/expressions.html[Spring Expression Language] (SpEL) which provides the most flexible solution to determine the cache key written in one line of code. https://docs.spring.io/spring/docs/current/spring-framework-reference/html/expressions.html#expressions-spel-compilation[The expression compiles to a Java class which will be used]. -Depending on the filter method [servlet,webflux,gateway] different SpEL root objects object can be used in the expression so that you have a direct access to the method of these request objects: +Depending on the filter method [servlet, webflux, gateway] different SpEL root objects can be used in the expression so that you have a direct access to the method of these request objects: * servlet: jakarta.servlet.http.HttpServletRequest (e.g. getRemoteAddr() or getRequestURI()) * webflux: org.springframework.http.server.reactive.ServerHttpRequest From 71c1d3a7c4dbdda32afc440dbd0a3a091f768e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:33:25 +0100 Subject: [PATCH 3/4] Bump org.springframework.cloud:spring-cloud-contract-wiremock (#230) Bumps [org.springframework.cloud:spring-cloud-contract-wiremock](https://github.com/spring-cloud/spring-cloud-contract) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/spring-cloud/spring-cloud-contract/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-contract/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-contract-wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/ehcache/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ehcache/pom.xml b/examples/ehcache/pom.xml index af31190f..8cb6ba34 100644 --- a/examples/ehcache/pom.xml +++ b/examples/ehcache/pom.xml @@ -95,7 +95,7 @@ org.springframework.cloud spring-cloud-contract-wiremock - 4.1.0 + 4.1.1 test From 2cdb483369c89762b7efc40810e50b81a5434918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:34:24 +0100 Subject: [PATCH 4/4] Bump bucket4j.version from 8.7.0 to 8.8.0 (#232) Bumps `bucket4j.version` from 8.7.0 to 8.8.0. Updates `com.bucket4j:bucket4j-core` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/bucket4j/bucket4j/releases) - [Commits](https://github.com/bucket4j/bucket4j/compare/8.7.0...8.8.0) Updates `com.bucket4j:bucket4j-jcache` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/bucket4j/bucket4j/releases) - [Commits](https://github.com/bucket4j/bucket4j/compare/8.7.0...8.8.0) Updates `com.bucket4j:bucket4j-hazelcast` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/bucket4j/bucket4j/releases) - [Commits](https://github.com/bucket4j/bucket4j/compare/8.7.0...8.8.0) Updates `com.bucket4j:bucket4j-redis` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/bucket4j/bucket4j/releases) - [Commits](https://github.com/bucket4j/bucket4j/compare/8.7.0...8.8.0) Updates `com.bucket4j:bucket4j-ignite` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/bucket4j/bucket4j/releases) - [Commits](https://github.com/bucket4j/bucket4j/compare/8.7.0...8.8.0) Updates `com.bucket4j:bucket4j-infinispan` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/bucket4j/bucket4j/releases) - [Commits](https://github.com/bucket4j/bucket4j/compare/8.7.0...8.8.0) --- updated-dependencies: - dependency-name: com.bucket4j:bucket4j-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.bucket4j:bucket4j-jcache dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.bucket4j:bucket4j-hazelcast dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.bucket4j:bucket4j-redis dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.bucket4j:bucket4j-ignite dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.bucket4j:bucket4j-infinispan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bba0d4e5..5a7eae69 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ UTF-8 UTF-8 17 - 8.7.0 + 8.8.0 4.1.1