Start building against Spring Data Bom 2023.1.0 snapshots

See gh-36190
This commit is contained in:
Andy Wilkinson
2023-07-03 19:26:50 +01:00
parent e847e662c2
commit ec8e1e2c95
4 changed files with 41 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2022 the original author or authors.
* Copyright 2012-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,8 +19,7 @@ package org.springframework.boot.docs.data.nosql.elasticsearch.connectingusingsp
import org.springframework.stereotype.Component
@Component
@Suppress("DEPRECATION")
class MyBean(private val template: org.springframework.data.elasticsearch.client.erhlc.ElasticsearchRestTemplate ) {
class MyBean(private val template: org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate ) {
// @fold:on // ...
fun someMethod(id: String): Boolean {