Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jackson-bom for openSUSE:Factory 
checked in at 2022-06-19 21:10:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-bom (Old)
 and      /work/SRC/openSUSE:Factory/.jackson-bom.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jackson-bom"

Sun Jun 19 21:10:52 2022 rev:7 rq:983607 version:2.13.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/jackson-bom/jackson-bom.changes  2021-10-21 
23:55:21.528020316 +0200
+++ /work/SRC/openSUSE:Factory/.jackson-bom.new.1548/jackson-bom.changes        
2022-06-19 21:11:01.470140448 +0200
@@ -1,0 +2,12 @@
+Wed Jun 15 07:17:35 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Update to version 2.13.3
+  * 2.13.3 (14-May-2022)
+    + No changes since 2.13.2
+  * 2.13.2 (06-Mar-2022)
+    + #46: 'module-info.java' is in 'META-INF/versions/11' instead
+      of 'META-INF/versions/9'
+  * 2.13.1 (19-Dec-2021)
+    + No changes since 2.13.0
+
+-------------------------------------------------------------------

Old:
----
  jackson-bom-2.13.0.tar.gz

New:
----
  jackson-bom-2.13.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jackson-bom.spec ++++++
--- /var/tmp/diff_new_pack.tMl4o0/_old  2022-06-19 21:11:02.154141465 +0200
+++ /var/tmp/diff_new_pack.tMl4o0/_new  2022-06-19 21:11:02.162141477 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jackson-bom
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           jackson-bom
-Version:        2.13.0
+Version:        2.13.3
 Release:        0
 Summary:        Bill of materials POM for Jackson projects
 License:        Apache-2.0
@@ -30,7 +30,7 @@
 BuildRequires:  javapackages-local
 BuildRequires:  maven-local
 BuildRequires:  xmvn-resolve
-BuildRequires:  mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.7.1
+BuildRequires:  mvn(com.fasterxml.jackson:jackson-parent:pom:)
 BuildArch:      noarch
 
 %description

++++++ jackson-bom-2.13.0.tar.gz -> jackson-bom-2.13.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jackson-bom-jackson-bom-2.13.0/README.md 
new/jackson-bom-jackson-bom-2.13.3/README.md
--- old/jackson-bom-jackson-bom-2.13.0/README.md        2021-09-30 
21:40:52.000000000 +0200
+++ new/jackson-bom-jackson-bom-2.13.3/README.md        2022-05-14 
16:24:21.000000000 +0200
@@ -14,7 +14,7 @@
   <parent>
     <groupId>com.fasterxml.jackson</groupId>
     <artifactId>jackson-bom</artifactId>
-    <version>2.12.1</version>
+    <version>2.13.2</version>
   </parent>
 ```
 
@@ -26,7 +26,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson</groupId>
             <artifactId>jackson-bom</artifactId>
-            <version>2.12.1</version>
+            <version>2.13.2</version>
             <scope>import</scope>
             <type>pom</type>
         </dependency>   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jackson-bom-jackson-bom-2.13.0/base/pom.xml 
new/jackson-bom-jackson-bom-2.13.3/base/pom.xml
--- old/jackson-bom-jackson-bom-2.13.0/base/pom.xml     2021-09-30 
21:40:52.000000000 +0200
+++ new/jackson-bom-jackson-bom-2.13.3/base/pom.xml     2022-05-14 
16:24:21.000000000 +0200
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.fasterxml.jackson</groupId>
     <artifactId>jackson-bom</artifactId>
-    <version>2.13.0</version>
+    <version>2.13.3</version>
   </parent>
   <artifactId>jackson-base</artifactId>
   <name>Jackson Base</name>
@@ -160,8 +160,11 @@
               under "META-INF/versions/11" (instead of root, /); helps 
pre-Java9
               libraries, frameworks, as well as avoids warnings by tooling
             -->
+          <!-- 27-Jan-2022, tatu: as per [databind#3380] etc, really need to 
use
+               "META-INF/versions/9" for tooling compatibility
+            -->
           <configuration>
-            <jvmVersion>11</jvmVersion>
+            <jvmVersion>9</jvmVersion>
           </configuration>
        </plugin>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jackson-bom-jackson-bom-2.13.0/pom.xml 
new/jackson-bom-jackson-bom-2.13.3/pom.xml
--- old/jackson-bom-jackson-bom-2.13.0/pom.xml  2021-09-30 21:40:52.000000000 
+0200
+++ new/jackson-bom-jackson-bom-2.13.3/pom.xml  2022-05-14 16:24:21.000000000 
+0200
@@ -14,7 +14,7 @@
   <description>Bill of Materials pom for getting full, complete set of 
compatible versions
 of Jackson components maintained by FasterXML.com
   </description>
-  <version>2.13.0</version>
+  <version>2.13.3</version>
   <packaging>pom</packaging>
 
   <modules>
@@ -45,11 +45,11 @@
     <connection>scm:git:g...@github.com:FasterXML/jackson-bom.git</connection>
     
<developerConnection>scm:git:g...@github.com:FasterXML/jackson-bom.git</developerConnection>
     <url>https://github.com/FasterXML/jackson-bom</url>
-    <tag>jackson-bom-2.13.0</tag>
+    <tag>jackson-bom-2.13.3</tag>
   </scm>
 
   <properties>
-    <jackson.version>2.13.0</jackson.version>
+    <jackson.version>2.13.3</jackson.version>
 
     <!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level 
versions
            of annotations BUT they are all identical, content-wise.
@@ -405,6 +405,11 @@
         <artifactId>jackson-module-scala_2.13</artifactId>
         <version>${jackson.version.module.scala}</version>
       </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.module</groupId>
+        <artifactId>jackson-module-scala_3</artifactId>
+        <version>${jackson.version.module.scala}</version>
+      </dependency>
 
     </dependencies>
   </dependencyManagement>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jackson-bom-jackson-bom-2.13.0/release-notes/VERSION-2.x 
new/jackson-bom-jackson-bom-2.13.3/release-notes/VERSION-2.x
--- old/jackson-bom-jackson-bom-2.13.0/release-notes/VERSION-2.x        
2021-09-30 21:40:52.000000000 +0200
+++ new/jackson-bom-jackson-bom-2.13.3/release-notes/VERSION-2.x        
2022-05-14 16:24:21.000000000 +0200
@@ -9,6 +9,18 @@
 === Releases (note: only includes patches with actual changes)
 ------------------------------------------------------------------------
 
+2.13.3 (14-May-2022)
+
+No changes since 2.13.2
+
+2.13.2 (06-Mar-2022)
+
+#46: `module-info.java` is in `META-INF/versions/11` instead of 
`META-INF/versions/9`
+
+2.13.1 (19-Dec-2021)
+
+No changes since 2.13.0
+
 2.13.0 (30-Sep-2021)
 
 #39: Configure moditect plugin with `<jvmVersion>11</jvmVersion>`

Reply via email to