Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jackson-core for openSUSE:Factory 
checked in at 2026-07-15 16:56:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-core (Old)
 and      /work/SRC/openSUSE:Factory/.jackson-core.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jackson-core"

Wed Jul 15 16:56:11 2026 rev:20 rq:1365954 version:2.18.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/jackson-core/jackson-core.changes        
2026-06-25 17:22:11.199816783 +0200
+++ /work/SRC/openSUSE:Factory/.jackson-core.new.1991/jackson-core.changes      
2026-07-15 17:12:18.848993865 +0200
@@ -1,0 +2,7 @@
+Wed Jul 15 10:48:32 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Update to 2.18.9
+  * No changes, only syncing the whole stack for databind security
+    issues
+
+-------------------------------------------------------------------

Old:
----
  jackson-core-2.18.8.tar.gz

New:
----
  jackson-core-2.18.9.tar.gz

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

Other differences:
------------------
++++++ jackson-core.spec ++++++
--- /var/tmp/diff_new_pack.6SDkJ4/_old  2026-07-15 17:12:19.397012729 +0200
+++ /var/tmp/diff_new_pack.6SDkJ4/_new  2026-07-15 17:12:19.397012729 +0200
@@ -20,7 +20,7 @@
 # binaries are java 8 compatible
 %define __requires_exclude java-headless
 Name:           jackson-core
-Version:        2.18.8
+Version:        2.18.9
 Release:        0
 Summary:        Core part of Jackson
 License:        Apache-2.0

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.6SDkJ4/_old  2026-07-15 17:12:19.433013968 +0200
+++ /var/tmp/diff_new_pack.6SDkJ4/_new  2026-07-15 17:12:19.433013968 +0200
@@ -1,6 +1,6 @@
-mtime: 1782388752
-commit: a72877b313e20669f6c050c64f3bdac6836133f08c74d61daf2eed972b00adc8
+mtime: 1784112531
+commit: d399cd5bb7dbe3faa7f95082ab3787c63c8377aa16b979685102d910ffa7abb4
 url: https://src.opensuse.org/java-packages/jackson-core
-revision: a72877b313e20669f6c050c64f3bdac6836133f08c74d61daf2eed972b00adc8
+revision: d399cd5bb7dbe3faa7f95082ab3787c63c8377aa16b979685102d910ffa7abb4
 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-07-15 12:48:51.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ jackson-core-2.18.8.tar.gz -> jackson-core-2.18.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jackson-core-jackson-core-2.18.8/pom.xml 
new/jackson-core-jackson-core-2.18.9/pom.xml
--- old/jackson-core-jackson-core-2.18.8/pom.xml        2026-05-29 
02:27:43.000000000 +0200
+++ new/jackson-core-jackson-core-2.18.9/pom.xml        2026-07-08 
01:49:20.000000000 +0200
@@ -8,12 +8,12 @@
   <parent>
     <groupId>com.fasterxml.jackson</groupId>
     <artifactId>jackson-base</artifactId>
-    <version>2.18.8</version>
+    <version>2.18.9</version>
   </parent>
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-core</artifactId>
   <name>Jackson-core</name>
-  <version>2.18.8</version>
+  <version>2.18.9</version>
   <packaging>jar</packaging>
   <description>Core Jackson processing abstractions (aka Streaming API), 
implementation for JSON</description>
   <licenses>
@@ -29,7 +29,7 @@
     <connection>scm:git:[email protected]:FasterXML/jackson-core.git</connection>
     
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection>
     <url>https://github.com/FasterXML/jackson-core</url>
-    <tag>jackson-core-2.18.8</tag>
+    <tag>jackson-core-2.18.9</tag>
   </scm>
 
   <properties>
@@ -57,7 +57,7 @@
     <packageVersion.package>${project.groupId}.json</packageVersion.package>
 
     <!-- for Reproducible Builds -->
-    
<project.build.outputTimestamp>2026-05-29T00:26:50Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-07-07T23:48:22Z</project.build.outputTimestamp>
   </properties>
 
   <!-- Alas, need to include snapshot reference since otherwise can not find
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jackson-core-jackson-core-2.18.8/release-notes/VERSION-2.x 
new/jackson-core-jackson-core-2.18.9/release-notes/VERSION-2.x
--- old/jackson-core-jackson-core-2.18.8/release-notes/VERSION-2.x      
2026-05-29 02:27:43.000000000 +0200
+++ new/jackson-core-jackson-core-2.18.9/release-notes/VERSION-2.x      
2026-07-08 01:49:20.000000000 +0200
@@ -14,6 +14,10 @@
 === Releases ===
 ------------------------------------------------------------------------
 
+2.18.9 (07-Jul-2026)
+
+No changes since 2.18.8
+
 2.18.8 (28-May-2026)
 
 #1611: Apply number-length validator on streaming integer path of async parser

++++++ jackson-core-build.xml ++++++
--- /var/tmp/diff_new_pack.6SDkJ4/_old  2026-07-15 17:12:20.261042469 +0200
+++ /var/tmp/diff_new_pack.6SDkJ4/_new  2026-07-15 17:12:20.265042607 +0200
@@ -11,7 +11,7 @@
   <property name="project.groupId" value="com.fasterxml.jackson.core"/>
   <property name="project.artifactId" value="jackson-core"/>
   <property name="project.name" value="Jackson-core"/>
-  <property name="project.version" value="2.18.8"/>
+  <property name="project.version" value="2.18.9"/>
   <property name="project.vendor" value="FasterXML"/>
   <property name="project.description" value="Core Jackson processing 
abstractions (aka Streaming API), implementation for JSON"/>
   <property name="bundle.version" value="${project.version}"/>

Reply via email to