You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2024/03/18 10:34:35 UTC

(wicket) branch master updated: Bump org.openrewrite.recipe:rewrite-recipe-bom from 2.7.1 to 2.8.0 (#810)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new a78e7434e0 Bump org.openrewrite.recipe:rewrite-recipe-bom from 2.7.1 to 2.8.0 (#810)
a78e7434e0 is described below

commit a78e7434e06009cb798c746c1f27f72e4ab3c9b9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 18 12:34:28 2024 +0200

    Bump org.openrewrite.recipe:rewrite-recipe-bom from 2.7.1 to 2.8.0 (#810)
    
    Bumps [org.openrewrite.recipe:rewrite-recipe-bom](https://github.com/openrewrite/rewrite-recipe-bom) from 2.7.1 to 2.8.0.
    - [Release notes](https://github.com/openrewrite/rewrite-recipe-bom/releases)
    - [Commits](https://github.com/openrewrite/rewrite-recipe-bom/compare/v2.7.1...v2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.openrewrite.recipe:rewrite-recipe-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 wicket-migration/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wicket-migration/pom.xml b/wicket-migration/pom.xml
index 4cdf654ef5..753edebb8c 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.openrewrite.recipe</groupId>
                 <artifactId>rewrite-recipe-bom</artifactId>
-                <version>2.7.1</version>
+                <version>2.8.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>