File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]  
66
7+ ## [ 2.2.1]  - 2024-09-24 
8+ 
9+ ### Fixed  
10+ 
11+ -  Ignore unknownError related to ConcurrentModificationException ([ #137  ] ( https://github.com/getyourguide/openapi-validation-java/pull/137 ) )
12+ 
13+ ### Changed  
14+ 
15+ -  Updated several dependencies
16+ 
717## [ 2.2.0]  - 2024-08-27 
818
919### Added  
175185-  Initial squashed GitHub public release.
176186
177187
178- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.2.0...HEAD 
188+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v2.2.1...HEAD 
189+ [ 2.2.1 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.1 
179190[ 2.2.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.2.0 
180191[ 2.1.0 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.1.0 
181192[ 2.0.3 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v2.0.3 
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply from: "${rootDir}/gradle/publish-root.gradle"
1010allprojects  {
1111    group =  ' com.getyourguide.openapi.validation' 
1212    description =  ' OpenAPI Validation library' 
13-     version =  ' 2.2.0 ' 
13+     version =  ' 2.2.1 ' 
1414
1515    java {
1616        toolchain {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments