File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- version =0.2.2
1+ version =0.2.3-SNAPSHOT
22springBootVersion =2.5.9
33org.gradle.jvmargs =-Xmx3g -XX:MaxPermSize =2048m -XX:+HeapDumpOnOutOfMemoryError
44org.gradle.parallel =true
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020-2021 the original author or authors.
2+ * Copyright 2020-2022 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2424public final class Version {
2525 private static final int MAJOR = 0 ;
2626 private static final int MINOR = 2 ;
27- private static final int PATCH = 2 ;
27+ private static final int PATCH = 3 ;
2828
2929 /**
3030 * Global Serialization value for Spring Security Authorization Server classes.
You can’t perform that action at this time.
0 commit comments