Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.springframework.data:spring-data-mongodb to v3 #46

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Jun 24, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.data:spring-data-mongodb (source) 2.1.1.RELEASE -> 3.2.12 age adoption passing confidence

By merging this PR, the issue #61 will be automatically resolved and closed:

Severity CVSS Score CVE
Critical Critical 9.8 CVE-2022-22980

Release Notes

spring-projects/spring-data-mongodb (org.springframework.data:spring-data-mongodb)

v3.2.12

Compare Source

📗 Links

v3.2.11

Compare Source

📗 Links

v3.2.10

Compare Source

📗 Links

🐞 Bug Fixes

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #​3977

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.9

Compare Source

📗 Links

⭐ New Features

  • Externalize build properties. #​3949

🐞 Bug Fixes

  • Can't find a codec for class java.time.Instant #​3968

📔 Documentation

  • Update list of supported query method keywords. #​3916

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.8

Compare Source

📗 Links

🐞 Bug Fixes

  • Set value of Map with numeric key breaks data structure #​3921
  • TypedAggregation.project incorrect conversion #​3898

v3.2.7

Compare Source

📗 Links

v3.2.6

Compare Source

📗 Links

v3.2.5

Compare Source

📗 Links

⭐ New Features

  • Relax requirement for GeoJsonMultiPoint construction allowing creation using a single point #​3776
  • Add Criteria infix functions for maxDistance and minDistance #​3761

🐞 Bug Fixes

  • Using Query.fields().slice(String, int, int) fails with CodecConfigurationException #​3811
  • @MongoId(targetType = STRING) forces _id : {…} query documents to String #​3783
  • Using $set with nested integer keys breaks the structure #​3775

📔 Documentation

  • Extract Aggregation Framework docs in own source file #​3786
  • Fix a typo in MongoConverter javadoc #​3758

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.2 #​3819

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.4

Compare Source

📗 Links

🪲 Bug Fixes

  • QuerydslMongoPredicateExecutor findAll() tries to get offset for a Pageable.unpaged() #​3751

v3.2.3

Compare Source

📗 Links

🪲 Bug Fixes

  • MappingMongoConverter incorrectly processes an object property of type org.bson.Document #​3702
  • Multiple maps with numeric keys in a single update produces the wrong query (Regression) #​3688
  • reading a document with a list with a null element fails with Spring Data Mongo 3.2.2, works with 3.2.1 #​3686
  • Binary not deserialized to byte[] for property of type Object #​3670

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.2

Compare Source

📗 Links

🪲 Bug Fixes

  • Projection on the _id field returns wrong result when using @MongoId (MongoDB 4.4) #​3668
  • MappingMongoConverter problem: ConversionContext#convert does not try to use custom converters first #​3660
  • [3.2.1] Indexing Class with Custom Converter -> Couldn't find PersistentEntity for property private [...] #​3659
  • $floor isOrOrNor() return true #​3635
  • NPE in QueryMapper when use Query with null as value #​3633

📔 Documentation

  • Add missing double quote to GeoJson.java JSDoc header #​3677
  • Documentation references outdated Mongo client #​3666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.1

Compare Source

📗 Links

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.0

Compare Source

📗 Links

⭐ New Features

  • Support aggregation expression on fields projection. #​3583

🪲 Bug Fixes

  • @Aggregation repository query method causes NullPointerException when the result is empty #​3623
  • Criteria object not allowing to use field names with underscore in them #​3601
  • Criteria or toEquals fail if contains regex [DATAMONGO-2559] #​3414

v3.1.15

Compare Source

📗 Links

v3.1.14

Compare Source

📗 Links

v3.1.13

Compare Source

📗 Links

🐞 Bug Fixes

  • Using Query.fields().slice(String, int, int) fails with CodecConfigurationException #​3811
  • @MongoId(targetType = STRING) forces _id : {…} query documents to String #​3783

📔 Documentation

  • Extract Aggregation Framework docs in own source file #​3786
  • Fix a typo in MongoConverter javadoc #​3758

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.1.12

Compare Source

📗 Links

🪲 Bug Fixes

  • QuerydslMongoPredicateExecutor findAll() tries to get offset for a Pageable.unpaged() #​3751

v3.1.11

Compare Source

📗 Links

🪲 Bug Fixes

  • Multiple maps with numeric keys in a single update produces the wrong query (Regression) #​3688

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.1.10

Compare Source

📗 Links

🪲 Bug Fixes

  • [3.2.1] Indexing Class with Custom Converter -> Couldn't find PersistentEntity for property private [...] #​3659
  • $floor isOrOrNor() return true #​3635
  • NPE in QueryMapper when use Query with null as value #​3633

📔 Documentation

  • Add missing double quote to GeoJson.java JSDoc header #​3677
  • Documentation references outdated Mongo client #​3666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.1.9

Compare Source

📗 Links

v3.1.8

Compare Source

📗 Links

🪲 Bug Fixes

  • @Aggregation repository query method causes NullPointerException when the result is empty #​3623
  • Criteria object not allowing to use field names with underscore in them #​3601
  • Criteria or toEquals fail if contains regex [DATAMONGO-2559] #​3414

v3.1.7

Compare Source

📗 Links

⭐ New Features

  • Use StringUtils.replace(…) instead of String.replaceAll(…) for mapKeyDotReplacement #​3613

🪲 Bug Fixes

  • SimpleReactiveMongoRepository#saveAll does not populate @Id property if it is immutable #​3609

v3.1.6

Compare Source

📗 Links

⭐ New Features

  • Remove @Persistent from entity-scan include filters #​3592
  • MongoSocketWriteException may be translated into DataAccessResourceFailureException #​3568

🪲 Bug Fixes

  • Embedded sharding keys are not correctly picked up from the shardKeySource Document #​3590
  • Couldn't find PersistentEntity for type java.lang.Object when updating a field with suffix "class" #​3566
  • UpdateMapper drops numeric keys in Maps #​3552
  • Derived findBy…IgnoreCaseIn query doesn't return expected results [DATAMONGO-2540] #​3395

📔 Documentation

  • Json Schema section appears twice in reference documentation. #​3573

🔨 Dependency Upgrades

  • Upgrade to MongoDB Driver 4.1.2 #​3589

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

📗 Links

v3.0.9.RELEASE

Compare Source

📗 Links

🪲 Bug Fixes

  • @Aggregation repository query method causes NullPointerException when the result is empty #​3623
  • SimpleReactiveMongoRepository#saveAll does not populate @Id property if it is immutable #​3609
  • Criteria or toEquals fail if contains regex [DATAMONGO-2559] #​3414

v3.0.8.RELEASE

Compare Source

📗 Links

⭐ New Features

  • MongoSocketWriteException may be translated into DataAccessResourceFailureException #​3568

🪲 Bug Fixes

  • Embedded sharding keys are not correctly picked up from the shardKeySource Document #​3590
  • Couldn't find PersistentEntity for type java.lang.Object when updating a field with suffix "class" #​3566
  • UpdateMapper drops numeric keys in Maps #​3552
  • Derived findBy…IgnoreCaseIn query doesn't return expected results [DATAMONGO-2540] #​3395

📔 Documentation

  • Json Schema section appears twice in reference documentation. #​3573

🔨 Dependency Upgrades

  • Upgrade to MongoDB Driver 4.0.6 #​3588

v3.0.6.RELEASE

Compare Source

v3.0.5.RELEASE

Compare Source

v3.0.4.RELEASE

Compare Source

v3.0.3.RELEASE

Compare Source

v3.0.2.RELEASE

Compare Source

v3.0.1.RELEASE

Compare Source

v3.0.0.RELEASE

Compare Source

v2.2.12.RELEASE

Compare Source

v2.2.11.RELEASE

Compare Source

v2.2.10.RELEASE

Compare Source

v2.2.9.RELEASE

Compare Source

v2.2.8.RELEASE

Compare Source

v2.2.7.RELEASE

Compare Source

v2.2.6.RELEASE

Compare Source

v2.2.5.RELEASE

Compare Source

v2.2.4.RELEASE

Compare Source

v2.2.3.RELEASE

Compare Source

v2.2.2.RELEASE

Compare Source

v2.2.1.RELEASE

Compare Source

v2.2.0.RELEASE

Compare Source

v2.1.21.RELEASE

Compare Source

v2.1.20.RELEASE

Compare Source

v2.1.19.RELEASE

Compare Source

v2.1.18.RELEASE

Compare Source

v2.1.17.RELEASE

Compare Source

v2.1.16.RELEASE

Compare Source

v2.1.15.RELEASE

Compare Source

v2.1.14.RELEASE

Compare Source

v2.1.13.RELEASE

Compare Source

v2.1.12.RELEASE

Compare Source

v2.1.11.RELEASE

Compare Source

v2.1.10.RELEASE

Compare Source

v2.1.9.RELEASE

Compare Source

v2.1.8.RELEASE

Compare Source

v2.1.7.RELEASE

Compare Source

v2.1.6.RELEASE

Compare Source

v2.1.5.RELEASE

Compare Source

v2.1.4.RELEASE

Compare Source

v2.1.3.RELEASE

Compare Source

v2.1.2.RELEASE

Compare Source


  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by WhiteSource label Jun 24, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/org.springframework.data-spring-data-mongodb-3.x branch from 3917bf8 to a86635d Compare September 9, 2022 12:56
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/org.springframework.data-spring-data-mongodb-3.x branch from a86635d to f23ee15 Compare September 21, 2022 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants