You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by gg...@apache.org on 2023/05/16 00:37:32 UTC

[juneau] branch master updated (f043463dc -> de33f58a5)

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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


    from f043463dc Merge pull request #100 from apache/dependabot/maven/jetty.version-11.0.15
     add efb7899b5 Bump springboot.version from 3.0.1 to 3.0.3
     new de33f58a5 Merge pull request #97 from apache/dependabot/maven/springboot.version-3.0.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[juneau] 01/01: Merge pull request #97 from apache/dependabot/maven/springboot.version-3.0.3

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit de33f58a54a778d53bd4b2d388b66fe69fa144f5
Merge: f043463dc efb7899b5
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Mon May 15 20:37:27 2023 -0400

    Merge pull request #97 from apache/dependabot/maven/springboot.version-3.0.3
    
    Bump springboot.version from 3.0.1 to 3.0.3

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc pom.xml
index 9ddd0adf0,e1139a26f..b20c7550e
--- a/pom.xml
+++ b/pom.xml
@@@ -48,10 -48,10 +48,10 @@@
  		<juneauVersionNext>9.0.1</juneauVersionNext>
  		<derby.version>10.16.1.1</derby.version>
  		<hibernate.version>5.6.14.Final</hibernate.version>
- 		<springboot.version>3.0.1</springboot.version>
+ 		<springboot.version>3.0.3</springboot.version>
  		<xml.apis.version>2.0.2</xml.apis.version>
  		<javadoc.executable />
 -		<javadoc.plugin.version>3.4.1</javadoc.plugin.version>
 +		<javadoc.plugin.version>3.5.0</javadoc.plugin.version>
  		<jacoco.plugin.version>0.8.8</jacoco.plugin.version>
  	</properties>